type github.com/jackc/pgx/v5/pgtype.encodePlanTextFloat64Valuer

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float4.go#L123: 			return encodePlanTextFloat64Valuer{}
		float8.go#L131: 			return encodePlanTextFloat64Valuer{}
		float8.go#L169: type encodePlanTextFloat64Valuer struct{}
		float8.go#L171: func (encodePlanTextFloat64Valuer) Encode(value any, buf []byte) (newBuf []byte, err error) {